tmem: Fix tmem-shared-auth 'auth' values
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Sat, 18 Mar 2017 03:17:23 +0000 (23:17 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 5 Apr 2017 13:39:56 +0000 (09:39 -0400)
commit241b95e4a6e570ddb0efd74eeaa75ba772535cd6
tree41f0a4d3aadf1e5714ee3fdee62116d59790f8cb
parenta9a3c045672034cbb57483053e19abb4d238fd03
tmem: Fix tmem-shared-auth 'auth' values

The hypervisor code (tmemc_shared_pool_auth) since the inception
would consider auth values of:
 0 - to disable authentication!
 1 - to enable authentication for the given UUID.

The docs have it the other way around, so lets fix it.

Acked-by: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
tools/xl/xl_cmdtable.c